home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2006 May
/
PCWMAY06.iso
/
Software
/
Freeware
/
First Page 2006 3.00
/
fp2006-final-3.00-setup.exe
/
{app}
/
Iscripts
/
Forms Misc
/
submit-link.izs
< prev
next >
Wrap
Text File
|
2005-09-28
|
970b
|
53 lines
<!NOWIZARD>
<!TITLE>Submit Link
<!/TITLE>
<!DESCRIPTION> Now you can easily use text or an image as a submit button! <!/DESCRIPTION>
<!CATEGORY>Forms<!/CATEGORY>
<!SCRIPT>
<!-- START OF SCRIPT -->
<!-- HOW TO INSTALL SUBMIT LINK:
1. Copy code into the body section of document -->
<!-- STEP ONE: Add this code into BODY section of document -->
<BODY>
<form name="theForm">
<input type=text name="formInput">
<a href="javascript:document.theForm.submit();">Submit</a>
</form>
<!-- END OF SCRIPT -->
<!/SCRIPT>
<!PREVIEW>
<!-- START OF SCRIPT -->
<!-- HOW TO INSTALL SUBMIT LINK:
1. Copy code into the body section of document -->
<!-- STEP ONE: Add this code into BODY section of document -->
<BODY>
<form name="theForm">
<input type=text name="formInput">
<a href="javascript:document.theForm.submit();">Submit</a>
</form>
<!-- END OF SCRIPT -->
<!/PREVIEW>
<!RELATED>NONE<!/RELATED>